Merge remote-tracking branch 'origin/master'

master
anthonywj 2 years ago
commit 1864de5165

@ -360,6 +360,7 @@ public class ThrProductsAddDiController {
FilterThrProductsRequest filterThrProductsRequest=new FilterThrProductsRequest(); FilterThrProductsRequest filterThrProductsRequest=new FilterThrProductsRequest();
filterThrProductsRequest.setStatus(2); filterThrProductsRequest.setStatus(2);
filterThrProductsRequest.setDiType(1);
List<ThrProductsAddDiEntity> thrProductsAddDiEntityList=thrProductsAddDiService.filterThrProductsDiLists(filterThrProductsRequest); List<ThrProductsAddDiEntity> thrProductsAddDiEntityList=thrProductsAddDiService.filterThrProductsDiLists(filterThrProductsRequest);
for (ThrProductsAddDiEntity thrProductsAddDiEntity:thrProductsAddDiEntityList){ for (ThrProductsAddDiEntity thrProductsAddDiEntity:thrProductsAddDiEntityList){

@ -260,6 +260,9 @@
<if test="status != null"> <if test="status != null">
AND tdi.status = #{status} AND tdi.status = #{status}
</if> </if>
<if test="diType != null">
AND updateTime &lt;= "2023-04-5 00:00:00"
</if>
</where> </where>
</select> </select>

Loading…
Cancel
Save