md
This commit is contained in:
parent
725ae3cf2f
commit
e8f27ac2e4
@ -531,9 +531,6 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
|
||||
EmisTmsPack emisTmsPack=emisTmsPackMapper.selectEmisTmsPackByPackNo(scanBillCode);
|
||||
if(emisTmsPack!=null) {
|
||||
try {
|
||||
|
||||
|
||||
|
||||
// 合包发件扫描
|
||||
if( scanType.equals(ScanType.DEPARTURE.opCode)
|
||||
|| scanType.equals(ScanType.CLEARANCE.opCode)
|
||||
|
||||
@ -1801,6 +1801,7 @@
|
||||
<if test="sendCompany != null and sendCompany != ''"> and a.send_company like concat('%', #{sendCompany}, '%')</if>
|
||||
<if test="takePieceEmployeeCode != null and takePieceEmployeeCode != ''"> and a.take_piece_employee_code=#{takePieceEmployeeCode}</if>
|
||||
<if test="operateEmployeeCode != null and operateEmployeeCode != ''"> and a.operate_employee_code=#{operateEmployeeCode}</if>
|
||||
<if test="registerManCode != null and registerManCode != ''"> and register_man_code= #{registerManCode}</if>
|
||||
|
||||
|
||||
<if test="params.beginDate != null and params.beginDate != ''">
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user