|
|
@@ -64,7 +64,7 @@ public class WeChatUtils {
|
|
|
private Map<String, Object> getData(Integer type,Date date, String aname, String remarks) {
|
|
|
Map<String, Object> we=new HashMap<String, Object>();
|
|
|
String strDate=DateUtils.formatDate(date, AFTConstants.YMDHMS_CHINESE);
|
|
|
- if (type==0) {
|
|
|
+ if (type==1) {
|
|
|
Map<String, Object> v1=new HashMap<String, Object>();
|
|
|
v1.put("value",strDate);
|
|
|
we.put("time5", v1);
|
|
|
@@ -76,8 +76,8 @@ public class WeChatUtils {
|
|
|
we.put("thing10", v3);
|
|
|
}else {
|
|
|
String thing2="";
|
|
|
- if (type==1){
|
|
|
- thing2="通过";
|
|
|
+ if (type==0){
|
|
|
+ thing2="驳回";
|
|
|
}else if (type==2){
|
|
|
thing2="通过";
|
|
|
}
|