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

This commit is contained in:
wxyclub
2023-07-10 15:43:52 +08:00
@@ -134,7 +134,7 @@ public interface SarBussionessStandDao extends BaseMapper<SarBussionessStand> {
SarBussionessStand selectByReplaceStandNum(String standCode);
@Select("select * from sar_bussioness_stand where TEXT_STATUS_BUSS is not null")
@Select("select * from sar_bussioness_stand where VALID_FLAG = 0 and TEXT_STATUS_BUSS is not null")
List<SarBussionessStand> selectAllStandStatus();
String selectMaxStandSn(String standSort);