|
|
@ -312,6 +312,7 @@ public class YyOrderServiceImpl implements OrderService { |
|
|
|
log.debug("cdlCodeList:{}", JSON.toJSONString(ddhList)); |
|
|
|
log.debug("cdlCodeList:{}", JSON.toJSONString(ddhList)); |
|
|
|
for (String cdlCode : ddhList) { |
|
|
|
for (String cdlCode : ddhList) { |
|
|
|
DynamicContextHolder.push(nsrsbh); |
|
|
|
DynamicContextHolder.push(nsrsbh); |
|
|
|
|
|
|
|
log.debug("exculdNsrsbh:{}", exculdNsrsbh); |
|
|
|
if (StringUtils.isNotBlank(exculdNsrsbh) && Arrays.asList(exculdNsrsbh.split(",")).contains(nsrsbh)){ |
|
|
|
if (StringUtils.isNotBlank(exculdNsrsbh) && Arrays.asList(exculdNsrsbh.split(",")).contains(nsrsbh)){ |
|
|
|
NewTable newTableFull = new NewTable(); |
|
|
|
NewTable newTableFull = new NewTable(); |
|
|
|
BeanUtil.copyProperties(newTable, newTableFull); |
|
|
|
BeanUtil.copyProperties(newTable, newTableFull); |
|
|
|