yonge 2 năm trước cách đây
mục cha
commit
8b3d99285f

+ 6 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ContractServiceImpl.java

@@ -948,7 +948,12 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
         params.put("studentInfo", studentInfo);
 
         params.put("isShowVisualSeal", false);
-        params.put("currentDate", date);
+        
+        if(currentDate != null){
+        	params.put("currentDate", currentDate);
+        }else{
+        	params.put("currentDate", date);
+        }
 
         if (StringUtils.isBlank(musicGroupId)) {
             params.put("ownershipType", "OWN");