|
|
@ -345,7 +345,7 @@ public class LoanWarrantInformationService extends MybatisBaseService<LoanWarran |
|
|
|
String[] sids = dto.getSids(); |
|
|
|
for (String sid : sids) { |
|
|
|
LoanWarrantInformation entity = fetchBySid(sid); |
|
|
|
BeanUtil.copyProperties(dto, entity, "id", "sid"); |
|
|
|
BeanUtil.copyProperties(dto, entity, "id", "sid","vehicleMark"); |
|
|
|
entity.setTransferDate(new DateTime()); |
|
|
|
entity.setAuditStateKey("003"); |
|
|
|
entity.setAuditStateValue("已移交"); |
|
|
|