|
@@ -208,9 +208,7 @@
|
|
|
|
|
|
<select id="getDuxiaomanMaterialInfoByStatus" resultType="java.lang.String">
|
|
<select id="getDuxiaomanMaterialInfoByStatus" resultType="java.lang.String">
|
|
SELECT id FROM `ctop_duxiaoman_material_info`
|
|
SELECT id FROM `ctop_duxiaoman_material_info`
|
|
- WHERE stat_date >= DATE_FORMAT(DATE_SUB(NOW(),INTERVAL 1 DAY),'%Y-%m-%d')
|
|
|
|
- AND stat_date <= DATE_FORMAT(NOW(),'%Y-%m-%d')
|
|
|
|
- AND `status` = #{status}
|
|
|
|
|
|
+ WHERE `status` = #{status}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getBytedanceCountByCode" resultType="java.lang.Integer">
|
|
<select id="getBytedanceCountByCode" resultType="java.lang.Integer">
|