记得上下班打卡 | git大法好,push需谨慎

Commit 2fb8b91c authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev_member_voucher_refund' into dev_member_voucher_refund

parents a1a992a1 69a4f3d9
...@@ -18,7 +18,7 @@ import java.util.Arrays; ...@@ -18,7 +18,7 @@ import java.util.Arrays;
@EnableAsync @EnableAsync
@EnableEurekaClient @EnableEurekaClient
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}, scanBasePackages = {"com.liquidnet"}) @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}, scanBasePackages = {"com.liquidnet"})
@MapperScan(basePackages = {"com.liquidnet.service.kylin.mapper", "com.liquidnet.service.adam.mapper"})// @MapperScan(basePackages = {"com.liquidnet.service.*.mapper"})
public class ClientAdminApplication implements CommandLineRunner { public class ClientAdminApplication implements CommandLineRunner {
@Autowired @Autowired
private Environment environment; private Environment environment;
......
...@@ -43,10 +43,6 @@ ...@@ -43,10 +43,6 @@
<!-- <result column="comment" jdbcType="VARCHAR" property="comment" />--> <!-- <result column="comment" jdbcType="VARCHAR" property="comment" />-->
</resultMap> </resultMap>
<sql id="Rst_MgtCouponInfoDto_Column_List">
</sql>
<select id="selectMultiForMgtCouponInfoDto" resultMap="Rst_MgtCouponInfoDto"> <select id="selectMultiForMgtCouponInfoDto" resultMap="Rst_MgtCouponInfoDto">
SELECT cc.coupon_id, SELECT cc.coupon_id,
cc.title, cc.title,
...@@ -82,6 +78,7 @@ ...@@ -82,6 +78,7 @@
cmc.updated_at cmc.updated_at
FROM candy_mgt_coupon cmc FROM candy_mgt_coupon cmc
LEFT JOIN candy_coupon cc ON cmc.coupon_id = cc.coupon_id LEFT JOIN candy_coupon cc ON cmc.coupon_id = cc.coupon_id
WHERE cmc.state <![CDATA[<>]] 2 WHERE cmc.state <![CDATA[<>]]> 2
ORDER BY cmc.created_at DESC </ ORDER BY cmc.created_at DESC
select> </mapper> </select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment