Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
a77e61d1
Commit
a77e61d1
authored
Aug 06, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-08-06 修复选择采购收货bug
parent
c6c18e49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
HGCGTools.java
src/main/java/com/baosight/hggp/hg/cg/tools/HGCGTools.java
+1
-1
HGSqlConstant.java
...ain/java/com/baosight/hggp/hg/constant/HGSqlConstant.java
+2
-2
ServiceHGCW012.java
.../java/com/baosight/hggp/hg/cw/service/ServiceHGCW012.java
+3
-3
No files found.
src/main/java/com/baosight/hggp/hg/cg/tools/HGCGTools.java
View file @
a77e61d1
...
@@ -585,7 +585,7 @@ public class HGCGTools {
...
@@ -585,7 +585,7 @@ public class HGCGTools {
Map
<
String
,
Object
>
paramMap
=
new
HashMap
<>();
Map
<
String
,
Object
>
paramMap
=
new
HashMap
<>();
paramMap
.
put
(
"receiveNo"
,
receiveNo
);
paramMap
.
put
(
"receiveNo"
,
receiveNo
);
paramMap
.
put
(
"isInvoicing"
,
isInvoicing
);
paramMap
.
put
(
"isInvoicing"
,
isInvoicing
);
DaoUtils
.
update
(
HGSqlConstant
.
HgC
w
003A
.
UPDATE_IS_INVOICING
,
paramMap
);
DaoUtils
.
update
(
HGSqlConstant
.
HgC
g
003A
.
UPDATE_IS_INVOICING
,
paramMap
);
}
}
/**
/**
...
...
src/main/java/com/baosight/hggp/hg/constant/HGSqlConstant.java
View file @
a77e61d1
...
@@ -103,11 +103,11 @@ public class HGSqlConstant {
...
@@ -103,11 +103,11 @@ public class HGSqlConstant {
public
static
final
String
UPDATE_CONFIRM
=
MODULE_NAME
+
"updateConfirm"
;
public
static
final
String
UPDATE_CONFIRM
=
MODULE_NAME
+
"updateConfirm"
;
}
}
public
class
HgC
w
003A
{
public
class
HgC
g
003A
{
/**
/**
* 模块名称:HGCW003A
* 模块名称:HGCW003A
*/
*/
private
static
final
String
MODULE_NAME
=
"HGC
W
003A."
;
private
static
final
String
MODULE_NAME
=
"HGC
G
003A."
;
public
static
final
String
UPDATE_IS_INVOICING
=
MODULE_NAME
+
"updateIsInvoicing"
;
public
static
final
String
UPDATE_IS_INVOICING
=
MODULE_NAME
+
"updateIsInvoicing"
;
}
}
...
...
src/main/java/com/baosight/hggp/hg/cw/service/ServiceHGCW012.java
View file @
a77e61d1
...
@@ -278,7 +278,7 @@ public class ServiceHGCW012 extends ServiceBase {
...
@@ -278,7 +278,7 @@ public class ServiceHGCW012 extends ServiceBase {
}
}
catch
(
Exception
e
)
{
catch
(
Exception
e
)
{
LogUtils
.
setMsg
(
inInfo
,
e
,
"生成
收款单
失败"
);
LogUtils
.
setMsg
(
inInfo
,
e
,
"生成
采购收票
失败"
);
}
}
return
inInfo
;
return
inInfo
;
}
}
...
@@ -375,7 +375,7 @@ public class ServiceHGCW012 extends ServiceBase {
...
@@ -375,7 +375,7 @@ public class ServiceHGCW012 extends ServiceBase {
}
}
catch
(
Exception
e
)
{
catch
(
Exception
e
)
{
LogUtils
.
setMsg
(
inInfo
,
e
,
"生成
收款单
失败"
);
LogUtils
.
setMsg
(
inInfo
,
e
,
"生成
采购收票
失败"
);
}
}
return
inInfo
;
return
inInfo
;
}
}
...
@@ -473,7 +473,7 @@ public class ServiceHGCW012 extends ServiceBase {
...
@@ -473,7 +473,7 @@ public class ServiceHGCW012 extends ServiceBase {
}
}
catch
(
Exception
e
)
{
catch
(
Exception
e
)
{
LogUtils
.
setMsg
(
inInfo
,
e
,
"生成
收款单
失败"
);
LogUtils
.
setMsg
(
inInfo
,
e
,
"生成
采购收票
失败"
);
}
}
return
inInfo
;
return
inInfo
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment