md
This commit is contained in:
parent
262e1f6272
commit
14dc887b2a
@ -93,6 +93,7 @@ public interface EmisTmsScanRecordMapper extends BaseMapper<EmisTmsScanRecord>
|
||||
* @param id 主键
|
||||
* @return 结果
|
||||
*/
|
||||
@DataAuditLog(operateType= OperateType.DELETE,serviceClass= EmisTmsScanRecordServiceImpl.class)
|
||||
public int deleteEmisTmsScanRecordById(Long id);
|
||||
|
||||
/**
|
||||
@ -101,11 +102,9 @@ public interface EmisTmsScanRecordMapper extends BaseMapper<EmisTmsScanRecord>
|
||||
* @param ids 需要删除的数据主键集合
|
||||
* @return 结果
|
||||
*/
|
||||
@DataAuditLog(operateType= OperateType.DELETE,serviceClass= EmisTmsScanRecordServiceImpl.class)
|
||||
public int deleteEmisTmsScanRecordByIds(Long[] ids);
|
||||
|
||||
// where billCode = #{billCode} and scan_type=#{scanType}
|
||||
// and scan_site_code=#{scanSiteCode}
|
||||
// and to_days(scan_date) = to_days(#{scanDate})
|
||||
|
||||
public int checkSiteScanUnique(@Param("billCode")String billCode, @Param("scanType")String scanType, @Param("scanSiteCode")String scanSiteCode);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user