Explorar el Código

Merge branch 'test' of jishutao/kede-server into prod

anderx hace 3 años
padre
commit
14c3533422

+ 4 - 0
src/main/java/com/goafanti/order/service/impl/OrderProjectServiceImpl.java

@@ -408,6 +408,10 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
 					||TokenManager.getAdminId().equals(t.getTaskReceiver())) {
 			return t;
 		}else {
+			t.setContacts("***");
+			t.setContactMobile("***");
+			t.setLegalPerson("***");
+			t.setLegalPersonTel("***");
 			t.setOutsourceName("****");
 			t.setOutsourcePrice("****");
 			t.setDeclareUser("****");